home *** CD-ROM | disk | FTP | other *** search
/ Design Mapio / Design Mapio.iso / pc / browser.dxr / 00011.ls < prev    next >
Encoding:
Text File  |  1997-01-29  |  562 b   |  20 lines

  1. on mouseDown
  2.   pushbtn()
  3.   if rollOver(clickOn()) then
  4.     if the machineType = 256 then
  5.       set the visible of sprite 34 to 1
  6.       set the visible of sprite 35 to 1
  7.       set the visible of sprite 40 to 1
  8.       set the visible of sprite 41 to 1
  9.       set the visible of sprite 42 to 1
  10.     else
  11.       set the visible of sprite 34 to 1
  12.       set the visible of sprite 35 to 1
  13.       set the visible of sprite 36 to 1
  14.       set the visible of sprite 37 to 1
  15.       set the visible of sprite 38 to 1
  16.       set the visible of sprite 39 to 1
  17.     end if
  18.   end if
  19. end
  20.